__kernel void getglobalid(__global int *mema) {
	int ic = get_global_id(0);
	mema[ic]=ic;//1bytełȂ4byte̊Ԋu0EE1EE2EEƑĂ
}